DescribeWhiteList
Description
No description for this api.
Request Method
POST
Request Path
/apsara/route/Ddosprivate/DescribeWhiteList
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| DestinationIp | BODY | string | No | No sample value for this parameter. | target IP. |
| Type | BODY | integer | No | No sample value for this parameter. | whitelist types, including: 6: indicates that the host brute force cracked the whitelist 12: indicates bwaf source IP whitelist 15: indicates application attack whitelist |
| Username | BODY | string | No | No sample value for this parameter. | username. |
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| SourceIpStr | BODY | string | No | No sample value for this parameter. | source IP. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| DestinationIp | string | no demo value | target IP. |
| TotalCount | integer | no demo value | returns the total number of pages. |
| Type | integer | no demo value | whitelist type: 6: indicates that the host brute force cracked the whitelist 12: indicates bwaf source IP whitelist 15: indicates application attack whitelist |
| SourceIp | string | no demo value | source IP. |
| RequestId | string | no demo value | request ID. |
| PageSize | integer | no demo value | page displays the maximum number of records. |
| CurrentPage | integer | no demo value | currently returns page number. |
| Username | string | no demo value | username. |
| WhiteLists | list | no demo value | whitelist list, see the following parameter description for specific sub-items. |
| Id | integer | no demo value | whitelist record ID. |
Example
Successful Response example
{
"DestinationIp":"no demo value",
"TotalCount":"no demo value",
"Type":"no demo value",
"SourceIp":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"CurrentPage":"no demo value",
"Username":"no demo value",
"WhiteLists":"no demo value",
"Id":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}